body {
	background: url(http://custom.buyitsellit.com/20647/bg.gif) center top repeat-y;
	color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	background-color: #000000;
}
a:link, a:visited {
    color: #2c4059;
    text-decoration: underline;
}
a:hover, a:active {
    color: #7d8da2;
    text-decoration: underline;
}

/* Buttons */
.button {
	background: #a6c634;
	color: #FFF !important;
}
.button:hover {
	background: #c9dc87;
}

/* Top */
#top h1 {
	color: #000000;
}

#search input {
	background: #a6c634;
	color: #FFF;
}
#search label input {
	background: #FFF;
	color: #000;
	border: 1px solid #999;
}

/* Bar */
#bar {
	background: transparent url(http://custom.buyitsellit.com/20647/bar.jpg) 0 0 no-repeat;
	color: #c1c8ce;
}
	#bar a:link, #bar a:visited {
	color: #000000;
	text-decoration: none;
	}
	#bar a:hover, #bar a:active {
	    text-decoration: underline;
	}
	
	#cart {
		color: #FFF;
		background: transparent url(http://custom.buyitsellit.com/20647/cart-icon%20copia.jpg) 0 25px no-repeat;
	}
	
	#cart-total strong {
		color: #2c4059;
	}
	
	#menu {
	color:#000000;
}

/* Content */
#content h2, #side h2 {
	color: #666666;
}
	#content h3 {
	color: #666666;
	}
	
	#products td p, p.price {
		color: #0b95ff;
	}

/* Side */
#side li a:link, #side li a:visited {
	color: #FF00CC;
	text-decoration: none;
}
#side li a:hover, #side li a:active {
	color: #666666;
}

/* Footer */
#footer p, #footer a {
	color: #000000;
}